.galleryElement *{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333;
    font-family: "pingfang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", helvetica, arial, verdana, tahoma, sans-serif;
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
    outline: none;
}

.galleryElement {
    box-sizing: border-box;
    padding: 25px 30px;
    background: #fff;
}
.galleryElement .galleryElement-mobileTitle {
    display: block;
    margin-bottom: 20px;
    /*text-align: center;*/
    border-bottom: solid 1px #f1f1f1;
}
.galleryElement .galleryElement-mobileTitle .mobileTitle-name {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    font-size: 24px !important;
}
.galleryElement .galleryElement-mobileTitle .mobileTitle-name:after {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 30px;
    height: 2px;
    content: '';
    background: #01A56C;
}
.galleryElement .galleryElement-mobileTitle .more {
    float: right;
    margin-right: 20px;
    color: #999;
    font-size: 16px !important;
    line-height: 35px;
}
.galleryElement .galleryElement-mokuaiTop {
    position: relative;
    display: none;
    height: 35px;
    line-height: 26px;
    border-bottom: solid 1px #F0F0F0;
}
.galleryElement .galleryElement-mokuaiTop:after {
    position: absolute;
    left: 0;
    top: 30px;
    width: 50px;
    height: 4px;
    background: #01A56C;
    content: '';
}
.galleryElement .galleryElement-mokuaiTop .title {
    float: left;
    color: #333;
    font-size: 24px !important;
}
.galleryElement .galleryElement-mokuaiTop .more {
    float: right;
    margin-right: 20px;
    color: #999;
    font-size: 16px !important;
    line-height: 35px;
}

.galleryElement .tapMenuBox {
    margin-top: 20px;
    width: 100%;
    height: 70px;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.galleryElement .tapMenuBox::-webkit-scrollbar {
    width: 0 !important;
}
.galleryElement .galleryElement-tapMenu2 {
    font-size: 0;
    width: 1140px;
    text-align: left;
    background: #F0F0F0;
}
.galleryElement .galleryElement-tapMenu2 .galleryElement-daiban {
    display: inline-block;
    width: 190px;
    max-width: 50%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px !important;
    font-weight: bold;
    background: #F0F0F0;
    color: #666;
    cursor: pointer;
}
.galleryElement .galleryElement-tapMenu2 .galleryElement-daiban.active {
    position: relative;
    color: #fff;
    background: #01A56C;
}
.galleryElement .galleryElement-tapMenu2 .galleryElement-daiban.active::after {
    position: absolute;
    left: 50%;
    top: 38px;
    margin-left: -4px;
    content: '';
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 8px #01A56C;
}
.galleryElement .galleryElement-tapContent2 {
    margin-top: 10px;
}
.galleryElement .galleryElement-swiperMb {
    display: none;
    padding-bottom: 20px;
}
.galleryElement .galleryElement-swiperMb.active {
    display: block;
}
.galleryElement .galleryElement-myswiper2 .swiper-slide {
    position: relative;
}
.galleryElement .galleryElement-myswiper2 .swiper-slide a{
    text-decoration:none;
}
.galleryElement .galleryElement-myswiper2 .swiper-slide a:hover{
    text-decoration:none;
}
.galleryElement .galleryElement-myswiper2 .swiper-slide .slideImg {
    width: 100%;
    /*height: 100%;*/
}
.galleryElement .galleryElement-myswiper2 .swiper-slide .slideText {
    margin-top: 10px;
    text-align: center;
}
.galleryElement .galleryElement-myswiper2 .swiper-slide .slideText .slideTextP {
    height: 56px;
    font-size: 12px;
    color: #333;
}
.galleryElement .galleryElement-myswiper2 .swiper-slide .slideText .slideTextSpan {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    color: #333;
}

.galleryElement .galleryElement-tapMenu3 {
    font-size: 0;
    text-align: center;
}
.galleryElement .galleryElement-tapMenu3.center {
    text-align: center;
}
.galleryElement .galleryElement-tapMenu3 .galleryElement-daiban {
    display: inline-block;
    width: 184px;
    max-width: 50%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px !important;
    font-weight: bold;
    background: #F0F0F0;
    color: #666;
    cursor: pointer;
}
.galleryElement .galleryElement-tapMenu3 .galleryElement-daiban.active {
    position: relative;
    color: #fff;
    background: #01A56C;
}
.galleryElement .galleryElement-tapMenu3 .galleryElement-daiban.active::after {
    position: absolute;
    left: 50%;
    top: 38px;
    margin-left: -4px;
    content: '';
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 8px #01A56C;
}
.galleryElement .galleryElement-tapContent3 {
    margin-top: 50px;
}
.galleryElement .galleryElement-myswiper3 {
    padding: 0;
    overflow: hidden;
}
.galleryElement .galleryElement-myswiper3 .swiper-wrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.galleryElement .galleryElement-myswiper3 .swiper-slide {
    text-align: center;
    border-radius: 5px;
    position: relative;
    float: left;
    margin-top: 20px;
    width: 33%;
}
.galleryElement .galleryElement-myswiper3 .swiper-slide a {
    display: block;
    height: 100%;
}
/*.galleryElement .galleryElement-myswiper3 .swiper-slide .slideImg{*/
/*    width: 100%;*/
/*}*/
.galleryElement .galleryElement-myswiper3 .swiper-slide .slideText {
    margin: 15px auto 0;
    color: #333;
}
.galleryElement .galleryElement-myswiper3 .swiper-slide:hover {
    box-shadow: 0px 0px 3px #333333;
}
.galleryElement .galleryElement-myswiper3 .swiper-button-prev{
    display: none;
}
.galleryElement .galleryElement-myswiper3 .swiper-button-next{
    display: none;
}
.galleryElement .swiper-pagination-bullet-active{
    width: 17px;
    height: 6px;
    background: #EC0000;
    border-radius: 3px;
}
@media (min-width: 992px){
    .galleryElement{
        margin:0 auto;
        width: 1200px;
    }
    .galleryElement-tapContent2 {
        margin-top: 40px;
    }
    .tapMenuBox {
        text-align: center;
        height: 48px;
    }
    .galleryElement-mobileTitle {
        display: none !important;
    }
    .galleryElement-mokuaiTop {
        display: block !important;
    }
    .galleryElement .galleryElement-myswiper2 .swiper-slide .slideText .slideTextP {
        font-size: 20px !important;
    }
    .galleryElement .galleryElement-myswiper2 .swiper-slide .slideText .slideTextSpan {
        font-size: 14px;
    }
    .galleryElement .galleryElement-myswiper3 {
        padding: 10px 37px;
        overflow: hidden;
    }
    .galleryElement .galleryElement-myswiper3 .swiper-wrapper {
        display: flex;
        justify-content: inherit;
        flex-flow: inherit;
    }
    .galleryElement .galleryElement-myswiper3 .swiper-slide {
        /*margin-top: 0;*/
        /*width: 170px;*/
        min-height: 170px;
        text-align: center;
        border-radius: 5px;
        position: relative;
    }
    .galleryElement .galleryElement-myswiper3 .swiper-slide a {
        display: block;
        /*height: 100%;*/
        min-height: 170px;
    }
    .galleryElement .galleryElement-myswiper3 .swiper-slide .slideImg {
        margin-top: 50px;
    }
    .galleryElement .galleryElement-myswiper3 .swiper-slide .slideText {
        width: 100px;
        margin: 15px auto 0;
        color: #333;
    }
    .galleryElement .galleryElement-myswiper3 .swiper-slide:hover {
        box-shadow: 0px 0px 3px #333333;
    }
    .galleryElement .galleryElement-myswiper3 .swiper-button-prev{
        display: block !important;
    }
    .galleryElement .galleryElement-myswiper3 .swiper-button-next{
        display: block !important;
    }
}